dispatchPopulateAccessibilityEvent
open fun dispatchPopulateAccessibilityEvent(@NonNull host: View, @NonNull event: AccessibilityEvent): Boolean(source)
Dispatches an AccessibilityEvent to the host View first and then to its children for adding their text content to the event.
The default implementation behaves as View#dispatchPopulateAccessibilityEvent(AccessibilityEvent) for the case of no accessibility delegate been set.
Return
True if the event population was completed.
Parameters
host
The View hosting the delegate.
event
The event.
See also
View#dispatchPopulateAccessibilityEvent(AccessibilityEvent)